projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f740b8
)
Revert "Revert "Don't disable eldoc when doing edebug""
author
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 4 Mar 2023 00:27:35 +0000
(
02:27
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 4 Mar 2023 00:27:35 +0000
(
02:27
+0200)
This reverts commit
99df815c153265706edc839b7467fb3ae3b6e1b1
.
lisp/emacs-lisp/eldoc.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/eldoc.el
b/lisp/emacs-lisp/eldoc.el
index a175edcc671ff7035166f78f221b9e17e095ab54..83948ad00d4d36b77b02a8c5f09d55940e4715fe 100644
(file)
--- a/
lisp/emacs-lisp/eldoc.el
+++ b/
lisp/emacs-lisp/eldoc.el
@@
-388,7
+388,6
@@
Also store it in `eldoc-last-message' and return that value."
(defun eldoc-display-message-no-interference-p ()
"Return nil if displaying a message would cause interference."
(not (or executing-kbd-macro
- (bound-and-true-p edebug-active)
;; The following configuration shows "Matches..." in the
;; echo area when point is after a closing bracket, which
;; conflicts with eldoc.